home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000017_news@newsmaster….columbia.edu _Mon Dec 22 09:49:20 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA11193
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 22 Dec 1997 09:49:19 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA07126
  7.     for kermit.misc@watsun; Mon, 22 Dec 1997 09:49:19 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: CR lost in file transfer
  12. Date: 22 Dec 1997 14:49:18 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <67lule$n9u$1@apakabar.cc.columbia.edu>
  16. References: <01bd0ec7$15a8b2a0$e918ea9e@UKP02663.Logica.co.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8180
  19.  
  20. In article <01bd0ec7$15a8b2a0$e918ea9e@UKP02663.Logica.co.uk>,
  21. Nobody <nobody@logica.com> wrote:
  22. : I am using Kermit for VOS to transfer files between a CISC and a Continuum.
  23. : When I send a certain file over, the carriage return/ new line is
  24. : transferred but when I send a different file over the carriage return / new
  25. : line is lost. 
  26. : The carraige return problem is consistent - if I transfer the same file
  27. : twice then the result is always the same.
  28. : I have
  29. : set file type text
  30. : set parity space
  31. : set flow-control xon/xoff
  32. : What can I do to always get the file over correctly ?
  33. When transferring files from VOS to VOS, you should always be able to use
  34. SET FILETYPE BINARY.
  35.  
  36. - Frank